Overrides the default behavior.

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)

Syntax

C#
protected override void SetItem(
	int index,
	T item
)
Visual Basic
Protected Overrides Sub SetItem ( _
	index As Integer, _
	item As T _
)

Parameters

index
Type: System..::..Int32
item
Type: T

See Also